Closed
Bug 1768905
Opened 3 years ago
Closed 3 years ago
Move some tests out of servo/ports/geckolib/tests.
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
These were written at a time where std::mem::size_of wasn't a const fn
in
Rust.
Now that it is, we can make these tests live in the style crate, and the build
not to compile if they fail.
Assignee | ||
Comment 2•3 years ago
|
||
Same reasoning as the previous commit.
Depends on D146103
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/65dc4bd4612b
Convert specified value tests to compile-time tests. r=dshin
https://hg.mozilla.org/integration/autoland/rev/b5e2c62b6cf3
Move size of tests to compile-time tests in the style crate. r=dshin
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/321681683b24
Lint and 32-bit build fix.
https://hg.mozilla.org/mozilla-central/rev/65dc4bd4612b
https://hg.mozilla.org/mozilla-central/rev/b5e2c62b6cf3
https://hg.mozilla.org/mozilla-central/rev/321681683b24
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/72c1a404414f
Remove dead test file.
Comment 7•2 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•